Edit Feature Sets

Update a feature set by id

Request
path Parameters
id
required
string
Request Body schema: application/json

partial feature set to update

_id
string
type
string
entityType
string
project
string
org
string
creator
string
createdAt
string <date-time>
updatedAt
string <date-time>
updatedBy
string
name
string
tags
Array of strings
size
number <double>
object (AuthZBlock_DatasetContext_)
property name*
additional property
any
Responses
200

Ok

patch/features/sets/{id}
Request samples
application/json
{
  • "_id": "string",
  • "type": "string",
  • "entityType": "string",
  • "project": "string",
  • "org": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "name": "string",
  • "tags": [
    ],
  • "size": 0,
  • "authz": {
    }
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "type": "string",
  • "entityType": "string",
  • "org": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "name": "string",
  • "tags": [
    ],
  • "size": 0,
  • "authz": {
    }
}